PropertyValue Class |
Namespace: GroupDocs.Metadata.Common
The PropertyValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | PropertyValue(Boolean) |
Initializes a new instance of the PropertyValue class with a boolean value.
|
![]() | PropertyValue(Byte) |
Initializes a new instance of the PropertyValue class with a byte array.
|
![]() | PropertyValue(DateTime) |
Initializes a new instance of the PropertyValue class with a DateTime value.
|
![]() | PropertyValue(Double) |
Initializes a new instance of the PropertyValue class with a double value.
|
![]() | PropertyValue(Double) |
Initializes a new instance of the PropertyValue class with an array of double values.
|
![]() | PropertyValue(Int32) |
Initializes a new instance of the PropertyValue class with an integer value.
|
![]() | PropertyValue(Int32) |
Initializes a new instance of the PropertyValue class with an array of integer values.
|
![]() | PropertyValue(Int64) |
Initializes a new instance of the PropertyValue class with a long value.
|
![]() | PropertyValue(Int64) |
Initializes a new instance of the PropertyValue class with an array of long values.
|
![]() | PropertyValue(String) |
Initializes a new instance of the PropertyValue class with a string value.
|
![]() | PropertyValue(String) |
Initializes a new instance of the PropertyValue class with a string array.
|
![]() | PropertyValue(TimeSpan) |
Initializes a new instance of the PropertyValue class with a TimeSpan value.
|
Name | Description | |
---|---|---|
![]() | RawValue |
Gets the raw value.
|
![]() | Type |
Gets the MetadataPropertyType.
|
Name | Description | |
---|---|---|
![]() | AcceptValue |
Extracts the property value using a custom ValueAcceptor.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToArrayTElement |
Converts the property value to an array of the specified type.
|
![]() | ToClassT |
Converts the property value to a reference type.
|
![]() | ToString |
Returns a string that represents the property value.
(Overrides ObjectToString.) |
![]() | ToStructT |
Converts the property value to a value type.
|
![]() | ToStructT(T) |
Converts the property value to a value type.
|