Метод | Описание | |
---|---|---|
CollectChildClasses ( this cls, List |
||
GetAllMethods ( this cls ) : IList |
||
GetAllProperties ( this cls ) : IList |
||
GetDescribedInterfaceType ( this dt ) : |
||
GetDescribedInterfaceTypeName ( this dt ) : string | ||
GetGroupAccessRights ( this cls, |
|
|
GetInheritedProperties ( this cls ) : IList |
||
GetObjectClass ( this obj, IReadOnlyZetboxContext ctx ) : ObjectClass | ||
GetObjectHierarchie ( this cls ) : ICollection |
||
GetProperty ( this cls, string property ) : System.Property | ||
GetPropertyType ( this t, System.Property property ) : |
||
GetPropertyType ( this type, string propertyName ) : |
||
GetRelationEndsWithLocalStorage ( this cls ) : List |
||
GetRelations ( this cls ) : List |
||
GetRootClass ( this cls ) : ObjectClass | ||
GetTableMapping ( this objClass ) : TableMapping | ||
HasAccessControlList ( this cls ) : bool |
Checks if a ObjectClass has an AccessControl list. This Method is used to append security filter
|
|
ImplementsIChangedBy ( this cls ) : bool | ||
ImplementsIChangedBy ( this cls, bool lookupInBase ) : bool | ||
ImplementsICustomFulltextFormat ( this cls ) : bool | ||
ImplementsICustomFulltextFormat ( this cls, bool lookupInBase ) : bool | ||
ImplementsIDeactivatable ( this cls ) : bool | ||
ImplementsIDeactivatable ( this cls, bool lookupInBase ) : bool | ||
ImplementsIExportable ( this cls ) : bool | ||
ImplementsIExportable ( this cls, bool lookupInBase ) : bool | ||
ImplementsIMergeable ( this cls ) : bool | ||
ImplementsIMergeable ( this cls, bool lookupInBase ) : bool | ||
ImplementsIModuleMember ( this cls ) : bool | ||
ImplementsIModuleMember ( this cls, bool lookupInBase ) : bool | ||
IsAssignableFrom ( this self, DataType other ) : bool | ||
IsFrozen ( this cls ) : bool | ||
NeedsRightsTable ( this cls ) : bool |
Checks if this ObjectClass needs a Rights Table. Lookup is done only in current class, not in base classes. Only RoleMembership ACLs would need a Rights Table. GroupMembership ACLs are resolved directly at the server.
|
public static CollectChildClasses ( this cls, List |
||
cls | this | |
children | List |
|
includeAbstract | bool | |
Результат | void |
public static GetAllMethods ( this cls ) : IList |
||
cls | this | |
Результат | IList |
public static GetAllProperties ( this cls ) : IList |
||
cls | this | |
Результат | IList |
public static GetDescribedInterfaceType ( this dt ) : |
||
dt | this | |
Результат |
public static GetDescribedInterfaceTypeName ( this dt ) : string | ||
dt | this | |
Результат | string |
public static GetGroupAccessRights ( this cls, |
||
cls | this | |
principal | ||
Результат | Zetbox.API.AccessRights? |
public static GetInheritedProperties ( this cls ) : IList |
||
cls | this | |
Результат | IList |
public static GetObjectClass ( this obj, IReadOnlyZetboxContext ctx ) : ObjectClass | ||
obj | this | |
ctx | IReadOnlyZetboxContext | |
Результат | ObjectClass |
public static GetObjectHierarchie ( this cls ) : ICollection |
||
cls | this | |
Результат | ICollection |
public static GetProperty ( this cls, string property ) : System.Property | ||
cls | this | |
property | string | |
Результат | System.Property |
public static GetPropertyType ( this t, System.Property property ) : |
||
t | this | |
property | System.Property | |
Результат |
public static GetPropertyType ( this type, string propertyName ) : |
||
type | this | |
propertyName | string | |
Результат |
public static GetRelationEndsWithLocalStorage ( this cls ) : List |
||
cls | this | |
Результат | List |
public static GetRelations ( this cls ) : List |
||
cls | this | |
Результат | List |
public static GetRootClass ( this cls ) : ObjectClass | ||
cls | this | |
Результат | ObjectClass |
public static GetTableMapping ( this objClass ) : TableMapping | ||
objClass | this | |
Результат | TableMapping |
public static HasAccessControlList ( this cls ) : bool | ||
cls | this | ObjectClass to test |
Результат | bool |
public static ImplementsIChangedBy ( this cls ) : bool | ||
cls | this | |
Результат | bool |
public static ImplementsIChangedBy ( this cls, bool lookupInBase ) : bool | ||
cls | this | |
lookupInBase | bool | |
Результат | bool |
public static ImplementsICustomFulltextFormat ( this cls ) : bool | ||
cls | this | |
Результат | bool |
public static ImplementsICustomFulltextFormat ( this cls, bool lookupInBase ) : bool | ||
cls | this | |
lookupInBase | bool | |
Результат | bool |
public static ImplementsIDeactivatable ( this cls ) : bool | ||
cls | this | |
Результат | bool |
public static ImplementsIDeactivatable ( this cls, bool lookupInBase ) : bool | ||
cls | this | |
lookupInBase | bool | |
Результат | bool |
public static ImplementsIExportable ( this cls ) : bool | ||
cls | this | |
Результат | bool |
public static ImplementsIExportable ( this cls, bool lookupInBase ) : bool | ||
cls | this | |
lookupInBase | bool | |
Результат | bool |
public static ImplementsIMergeable ( this cls ) : bool | ||
cls | this | |
Результат | bool |
public static ImplementsIMergeable ( this cls, bool lookupInBase ) : bool | ||
cls | this | |
lookupInBase | bool | |
Результат | bool |
public static ImplementsIModuleMember ( this cls ) : bool | ||
cls | this | |
Результат | bool |
public static ImplementsIModuleMember ( this cls, bool lookupInBase ) : bool | ||
cls | this | |
lookupInBase | bool | |
Результат | bool |
public static IsAssignableFrom ( this self, DataType other ) : bool | ||
self | this | |
other | DataType | |
Результат | bool |
public static IsFrozen ( this cls ) : bool | ||
cls | this | |
Результат | bool |
public static NeedsRightsTable ( this cls ) : bool | ||
cls | this | ObjectClass to test |
Результат | bool |