[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for T:LayerD.CodeDOM.XplIName]

C# | Visual Basic | Visual C++ |
public class XplIName
Public Class XplIName
public ref class XplIName

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | XplIName()()() |
Crea un iname con un nombre de identificador aleatorio (unico basado en la fecha y hora)
y de tipo void
|
![]() | XplIName(XplType) |
Crea un iname con un nombre de identificador aleatorio (unico basado en la fecha y hora)
y con el tipo recibido como parametro
|
![]() | XplIName(String) |
Crea un iname con un nombre de identificador especificado
y de tipo void
|
![]() | XplIName(String, XplType) |
Crea un iname con un nombre de identificador especificado
y con el tipo recibido como parametro
|
![]() | XplIName(String, String) |
Crea un iname con un nombre de identificador especificado
y con el tipo recibido como string, el tipo se construira
con la funcion utilitaria en CDOM_Utils
|
![]() ![]() | Addition(String, XplIName) |
Create a new XplIName that have the same type that identifier and adds the
identifierPart to identifier
|
![]() ![]() | Addition(XplIName, String) |
Create a new XplIName that have the same type that identifier and adds the
identifierPart to identifier
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Identifier |
Gets or sets the identifier of the XplIName.
|
![]() ![]() | MakeUniqueIdentifier()()() |
Crea una cadena con un nombre de identificador aleatorio construido a
partir de la fecha y hora actual, esta implementacion puede cambiar con
el tiempo, por tanto no suponer resultados.
Existe una posibilidad de duplicar identificadores si se cambia la fecha u hora
durante la compilación :-).
|
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString()()() | (Inherited from Object.) |
![]() | Type |
Gets or sets the type of the XplIName.
|

Object | |
![]() | XplIName |