Class ObjectRelation
Inheritance
System.Object
ObjectRelation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class ObjectRelation
Properties
ChildRelationNames
Declaration
public virtual string[] ChildRelationNames { get; }
Property Value
System.
|
ChildRelations
Declaration
public ObjectRelationCollecion ChildRelations { get; }
Property Value
List
Declaration
public object List { get; }
Property Value
System.
|
Name
Declaration
public string Name { get; protected set; }
Property Value
System.
|
Parent
ParentRelationNames
Declaration
public virtual string[] ParentRelationNames { get; }
Property Value
System.
|
Properties
Declaration
public PropertyDescriptorCollection Properties { get; protected set; }
Property Value
System.
|
Tag
Gets or sets the tag.
Declaration
public object Tag { get; set; }
Property Value
System. The tag. |
Methods
GetObjectRelation(Object)
Declaration
public static ObjectRelation GetObjectRelation(object list)
Parameters
System.
|
Returns
GetObjectRelation(Object, String)
Declaration
public static ObjectRelation GetObjectRelation(object dataSource, string dataMember)
Parameters
System.
|
System.
|
Returns
Initialize()
Declaration
protected virtual void Initialize()