LayerD CodeDOM and Zoe Compiler interface
XplIName Class
NamespacesLayerD.CodeDOMXplIName

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for T:LayerD.CodeDOM.XplIName]

Declaration Syntax
C#Visual BasicVisual C++
public class XplIName
Public Class XplIName
public ref class XplIName
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type
Gets or sets the type of the XplIName.

Inheritance Hierarchy
Object
XplIName

Assembly: lib_layerd_xpl_codedom_net (Module: lib_layerd_xpl_codedom_net) Version: 1.0.3410.22810 (1.0.0.0)