C# Class Utilities.NameMap

Afficher le fichier Open project: NGFieldScope/JS-FieldScope

Méthodes publiques

Méthode Description
Add ( string internalName, string presentationName ) : void
ContainsInternalName ( string name ) : bool
InternalName ( string presentationName ) : string
NameMap ( ) : System.Collections.Generic
PresentationName ( string internalName ) : string

Method Details

Add() public méthode

public Add ( string internalName, string presentationName ) : void
internalName string
presentationName string
Résultat void

ContainsInternalName() public méthode

public ContainsInternalName ( string name ) : bool
name string
Résultat bool

InternalName() public méthode

public InternalName ( string presentationName ) : string
presentationName string
Résultat string

NameMap() public méthode

public NameMap ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PresentationName() public méthode

public PresentationName ( string internalName ) : string
internalName string
Résultat string