TypeMapEntry Class |
Namespace: Perforce.P4
The TypeMapEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| TypeMapEntry(String) |
Construct a line in the typemap from a string
| |
| TypeMapEntry(FileType, String) |
Constructor for a line in the typemap
| |
| TypeMapEntry(FileType, String, String) | Initializes a new instance of the TypeMapEntry class |
| Name | Description | |
|---|---|---|
| Comment |
Property to access Comment of this entry
| |
| FileType |
Property to access FileType of this entry
| |
| Path |
Property to access Path of this entry
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse |
Decode a serialized typemap entry
| |
| ToString |
Return a string describing a typemap entry
(Overrides ObjectToString.) |