AttributeRelationship Miembros
Provides details on the relationship between one attribute and another. This class cannot be inherited.
El tipo AttributeRelationship expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
AttributeRelationship() () () () | Initializes a new instance of the AttributeRelationship class using the default values. | |
AttributeRelationship(String) | Initializes a new instance of AttributeRelationship using an identifier. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
AddToContainer | Infraestructura. (Se hereda de ModelComponent). | |
AfterInsert | Infraestructura. (Se hereda de ModelComponent). | |
AfterMove | Infraestructura. (Se hereda de ModelComponent). | |
AfterRemove | Infraestructura. (Se hereda de ModelComponent). | |
BeforeRemove | Infraestructura. (Se hereda de ModelComponent). | |
Clone | Creates a new full copy of an object. | |
CopyTo(AttributeRelationship) | Creates a full copy of current AttributeRelationship into object passed as parameter. | |
CopyTo | Infraestructura. (Se hereda de ModelComponent). | |
CreateObjRef | (Se hereda de MarshalByRefObject). | |
Dispose | (Se hereda de Component). | |
Dispose | (Se hereda de Component). | |
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Component). | |
GetHashCode | (Se hereda de Object). | |
GetLifetimeService | (Se hereda de MarshalByRefObject). | |
GetService | (Se hereda de Component). | |
GetType | (Se hereda de Object). | |
InitializeLifetimeService | (Se hereda de MarshalByRefObject). | |
MemberwiseClone | (Se hereda de Object). | |
MemberwiseClone | (Se hereda de MarshalByRefObject). | |
RemoveFromContainer | Infraestructura. (Se hereda de ModelComponent). | |
Reset | Infraestructura. (Se hereda de ModelComponent). | |
Submit() () () () | Infraestructura. (Se hereda de ModelComponent). | |
Submit(Boolean) | Infraestructura. (Se hereda de ModelComponent). | |
ToString | Infraestructura. (Se hereda de ModelComponent). | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Se hereda de ModelComponent). | |
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Se hereda de ModelComponent). | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Se hereda de ModelComponent). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Se hereda de ModelComponent). | |
Attribute | Gets or sets the Attribute object to which the current relationship is being created. | |
AttributeID | Gets or sets the AttributeID for the current AttributeRelationship. | |
CanRaiseEvents | (Se hereda de Component). | |
Cardinality | Gets or sets the cardinality of the relationship between the current parent attribute and the defined Attribute. Cardinality refers to the defined attribute, not the parent attribute. | |
Container | (Se hereda de Component). | |
DesignMode | (Se hereda de Component). | |
Events | (Se hereda de Component). | |
FriendlyName | Infraestructura. (Se hereda de ModelComponent). | |
KeyForCollection | Infraestructura. (Se hereda de ModelComponent). | |
Name | Gets or sets the name of the relationship. | |
Optionality | Gets or sets the Optionality definition of the relationship between parent attribute and current attribute. | |
OverrideBehavior | Gets or sets the OverrideBehavior definition of the relationship. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Se hereda de ModelComponent). | |
Parent | Gets the parent Attribute for the current attribute relationship. | |
ParentDatabase | Gets the ParentDatabase object for the current AttributeRelationship object. | |
ParentDimension | Gets the ParentDimension object for the current AttributeRelationship object. | |
ParentServer | Gets the ParentServer object for the current AttributeRelationship object. | |
RelationshipType | Gets or sets the RelationshipType definition of the relationship. | |
Site | (Se hereda de Component). | |
Translations | Gets the translations collection for the current attribute relationship. | |
Visible | Gest or sets the current visibility of the attribute relationship. |
Principio
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (Se hereda de ModelComponent). | |
IModelComponent. . :: . .FriendlyPath | (Se hereda de ModelComponent). | |
IModelComponent. . :: . .OwningCollection | (Se hereda de ModelComponent). |
Principio