Метод | Описание | |
---|---|---|
BaseElements ( this element ) : IEnumerable |
||
GetAllBaseEntities ( this instance ) : List |
||
GetAllBaseEntities ( this instance, List |
||
GetAllStatesReferencingObject ( this instance, string objectName ) : List |
||
GetImplementsIClickableRecursively ( this instance ) : bool | ||
GetImplementsIVisibleRecursively ( this instance ) : bool |
Returns whether this or any base objects of this implement IVisible.
|
|
GetImplementsIWindowRecursively ( this instance ) : bool | ||
GetInheritsFromIClickable ( this instance ) : bool |
Returns whether the calling Entity inherits from another Entity that implements IClickable
|
|
GetInheritsFromIVisible ( this instance ) : bool |
Returns whether the calling Entity inherits from another Entity that implements IVisible. Whether the calling Entity itself implements IVisible doesn't matter.
|
|
GetInheritsFromIWindow ( this instance ) : bool |
Returns whether the calling Entity inherits from another Entity that implements IWindow
|
|
GetInheritsFromIWindowOrIClickable ( this instance ) : bool | ||
GetMemberMembershipInfo ( this instance, string memberName ) : MembershipInfo | ||
GetMemberMembershipInfoForNamedObjectList ( this instance, string memberName, List |
||
GetRootBaseEntitySave ( this instance ) : |
||
GetTypedMembers ( this instance ) : List |
||
HasMemberWithName ( this instance, string memberName ) : bool | ||
InheritsFrom ( this instance, string entity ) : bool | ||
UpdateFromBaseType ( this instance ) : bool |
Метод | Описание | |
---|---|---|
AddRangeUnique ( this |
||
AddUnique ( this |
||
ContainsMatch ( this |
||
DoTypedMemberBasesMatch ( TypedMemberBase item1, TypedMemberBase item2 ) : bool |
public static BaseElements ( this element ) : IEnumerable |
||
element | this | |
Результат | IEnumerable |
public static GetAllBaseEntities ( this instance ) : List |
||
instance | this | |
Результат | List |
public static GetAllBaseEntities ( this instance, List |
||
instance | this | |
entityListToFill | List |
|
Результат | void |
public static GetAllStatesReferencingObject ( this instance, string objectName ) : List |
||
instance | this | |
objectName | string | |
Результат | List |
public static GetImplementsIClickableRecursively ( this instance ) : bool | ||
instance | this | |
Результат | bool |
public static GetImplementsIVisibleRecursively ( this instance ) : bool | ||
instance | this | The instance to check. |
Результат | bool |
public static GetImplementsIWindowRecursively ( this instance ) : bool | ||
instance | this | |
Результат | bool |
public static GetInheritsFromIClickable ( this instance ) : bool | ||
instance | this | The calling Entity |
Результат | bool |
public static GetInheritsFromIVisible ( this instance ) : bool | ||
instance | this | The calling Entity |
Результат | bool |
public static GetInheritsFromIWindow ( this instance ) : bool | ||
instance | this | The calling Entity |
Результат | bool |
public static GetInheritsFromIWindowOrIClickable ( this instance ) : bool | ||
instance | this | |
Результат | bool |
public static GetMemberMembershipInfo ( this instance, string memberName ) : MembershipInfo | ||
instance | this | |
memberName | string | |
Результат | MembershipInfo |
public static GetMemberMembershipInfoForNamedObjectList ( this instance, string memberName, List |
||
instance | this | |
memberName | string | |
namedObjectList | List |
|
Результат | MembershipInfo |
public static GetRootBaseEntitySave ( this instance ) : |
||
instance | this | |
Результат |
public static GetTypedMembers ( this instance ) : List |
||
instance | this | |
Результат | List |
public static HasMemberWithName ( this instance, string memberName ) : bool | ||
instance | this | |
memberName | string | |
Результат | bool |
public static InheritsFrom ( this instance, string entity ) : bool | ||
instance | this | |
entity | string | |
Результат | bool |
public static UpdateFromBaseType ( this instance ) : bool | ||
instance | this | |
Результат | bool |