Value Class |
Namespace: ConnectedApps.Cms.Entities
The Value type exposes the following members.
Name | Description | |
---|---|---|
![]() | Value | Initializes a new instance of the Value class |
![]() | Value(String, Object) | Initializes a new instance of the Value class |
Name | Description | |
---|---|---|
![]() | Attributes |
Gets or sets a collection of attributes for the value.
|
![]() | DataType |
Gets or sets the data type of the value's content.
|
![]() | Id |
Gets the unique identifier of the value.
|
![]() | IdPath |
Gets or sets the path of the value with each node containing the value's unique identifier.
|
![]() | LanguageId |
Deprecated.
|
![]() | Name |
Gets or sets the name of the value.
|
![]() | Path |
Gets or sets the path of the value with each node containing the value's name.
|
![]() | Reference |
Gets a value indicating if the value and its sub values can have a different structure across languages.
|
![]() | Searchable |
Gets or sets a value indicating if the value can be indexed and searched by an index value filter.
|
![]() | SubValues |
Gets or sets a collection of sub values on the value.
|
![]() | ValueContent |
Gets or sets the content of the value in the data type specified by DataType.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |