SaaS CMS has officially launched! Learn more now.

Class SchemaAttribute

Inheritance
System.Object
SchemaAttribute
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: Mediachase.BusinessFoundation.Data.Meta.Schema
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
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

true if the specified attr is creatable; otherwise, false.

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

true if the specified item is creatable; otherwise, false.

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

true if the specified item is creatable; otherwise, false.

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

true if the specified attr is deletable; otherwise, false.

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

true if the specified item is deletable; otherwise, false.

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

true if the specified item is deletable; otherwise, false.

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

true if the specified attr is retrievable; otherwise, false.

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

true if the specified item is retrievable; otherwise, false.

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

true if the specified item is retrievable; otherwise, false.

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

true if the specified attr is updatable; otherwise, false.

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

true if the specified item is updatable; otherwise, false.

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

true if the specified item is updatable; otherwise, false.