Class SchemaAttribute
Inheritance
Inherited Members
Namespace: Mediachase.BusinessFoundation.Data.Meta.Schema
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 12.17.2Syntax
public static class SchemaAttribute
Fields
Creatable
Declaration
public const string Creatable = "Creatable"
Field Value
Type | Description |
---|---|
System.String |
Deletable
Declaration
public const string Deletable = "Deletable"
Field Value
Type | Description |
---|---|
System.String |
Retrievable
Declaration
public const string Retrievable = "Retrievable"
Field Value
Type | Description |
---|---|
System.String |
Updatable
Declaration
public const string Updatable = "Updatable"
Field Value
Type | Description |
---|---|
System.String |
Methods
CheckIsCreatable(AttributeCollection)
Determines whether the specified attr is creatable.
Declaration
public static bool CheckIsCreatable(AttributeCollection attr)
Parameters
Type | Name | Description |
---|---|---|
AttributeCollection | attr | The attr. |
Returns
Type | Description |
---|---|
System.Boolean |
|
CheckIsCreatable(MetaClass)
Determines whether the specified item is creatable.
Declaration
public static bool CheckIsCreatable(MetaClass item)
Parameters
Type | Name | Description |
---|---|---|
MetaClass | item | The item. |
Returns
Type | Description |
---|---|
System.Boolean |
|
CheckIsCreatable(MetaField)
Determines whether the specified item is creatable.
Declaration
public static bool CheckIsCreatable(MetaField item)
Parameters
Type | Name | Description |
---|---|---|
MetaField | item | The item. |
Returns
Type | Description |
---|---|
System.Boolean |
|
CheckIsDeletable(AttributeCollection)
Determines whether the specified attr is deletable.
Declaration
public static bool CheckIsDeletable(AttributeCollection attr)
Parameters
Type | Name | Description |
---|---|---|
AttributeCollection | attr | The attr. |
Returns
Type | Description |
---|---|
System.Boolean |
|
CheckIsDeletable(MetaClass)
Determines whether the specified item is deletable.
Declaration
public static bool CheckIsDeletable(MetaClass item)
Parameters
Type | Name | Description |
---|---|---|
MetaClass | item | The item. |
Returns
Type | Description |
---|---|
System.Boolean |
|
CheckIsDeletable(MetaField)
Determines whether the specified item is deletable.
Declaration
public static bool CheckIsDeletable(MetaField item)
Parameters
Type | Name | Description |
---|---|---|
MetaField | item | The item. |
Returns
Type | Description |
---|---|
System.Boolean |
|
CheckIsRetrievable(AttributeCollection)
Determines whether the specified attr is retrievable.
Declaration
public static bool CheckIsRetrievable(AttributeCollection attr)
Parameters
Type | Name | Description |
---|---|---|
AttributeCollection | attr | The attr. |
Returns
Type | Description |
---|---|
System.Boolean |
|
CheckIsRetrievable(MetaClass)
Determines whether the specified item is retrievable.
Declaration
public static bool CheckIsRetrievable(MetaClass item)
Parameters
Type | Name | Description |
---|---|---|
MetaClass | item | The item. |
Returns
Type | Description |
---|---|
System.Boolean |
|
CheckIsRetrievable(MetaField)
Determines whether the specified item is retrievable.
Declaration
public static bool CheckIsRetrievable(MetaField item)
Parameters
Type | Name | Description |
---|---|---|
MetaField | item | The item. |
Returns
Type | Description |
---|---|
System.Boolean |
|
CheckIsUpdatable(AttributeCollection)
Determines whether the specified attr is updatable.
Declaration
public static bool CheckIsUpdatable(AttributeCollection attr)
Parameters
Type | Name | Description |
---|---|---|
AttributeCollection | attr | The attr. |
Returns
Type | Description |
---|---|
System.Boolean |
|
CheckIsUpdatable(MetaClass)
Determines whether the specified item is updatable.
Declaration
public static bool CheckIsUpdatable(MetaClass item)
Parameters
Type | Name | Description |
---|---|---|
MetaClass | item | The item. |
Returns
Type | Description |
---|---|
System.Boolean |
|
CheckIsUpdatable(MetaField)
Determines whether the specified item is updatable.
Declaration
public static bool CheckIsUpdatable(MetaField item)
Parameters
Type | Name | Description |
---|---|---|
MetaField | item | The item. |
Returns
Type | Description |
---|---|
System.Boolean |
|