Method | Description | |
---|---|---|
Add ( string internalName, string presentationName ) : void | ||
ContainsInternalName ( string name ) : bool | ||
InternalName ( string presentationName ) : string | ||
NameMap ( ) : System.Collections.Generic | ||
PresentationName ( string internalName ) : string |
public Add ( string internalName, string presentationName ) : void | ||
internalName | string | |
presentationName | string | |
return | void |
public ContainsInternalName ( string name ) : bool | ||
name | string | |
return | bool |
public InternalName ( string presentationName ) : string | ||
presentationName | string | |
return | string |
public NameMap ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public PresentationName ( string internalName ) : string | ||
internalName | string | |
return | string |