ParentChild Properties

Include Protected Members
Include Inherited Members

The ParentChild type exposes the following members.

Properties

  Name Description
Public property AttributeId Gets or sets the identifier for the attribute that is used to relate a member to its children, if any.
Public property AuditInfo Gets or sets the audit information that is associated with this node relationship.
Public property Child Gets or sets the child member.
Public property ChildEntityId Gets or sets the entity that is associated with the child node of the relationhip.
Public property ChildPermission Gets or sets the security permission of the child node.
Public property ExtensionData Gets or sets an object that contains extra data.
Public property NextRelationshipId Gets or sets the identifier for the object that defines the relationship between an item and its children.
Public property NextRelationshipType Gets or sets the hierarchy item type that defines how an item relates to its children.
Public property Parent Gets or sets the parent member.
Public property ParentEntityId Gets or sets the entity that is associated with the parent node of the relationship.
Public property ParentPermission Gets or sets the security permission of the parent node.
Public property RelationshipId Gets or sets the relationship object (entity,attribute, or hierarchy) that associates a node with another.
Public property RelationshipType Gets or sets the type that drives the relationship.
Public property SortOrder Gets or sets the sort order.

Top