Constructor FieldValue
FieldValue()
Initializes a new instance of the FieldValue class.
public FieldValue()
FieldValue(FieldDescriptorID)
Initializes a new instance of the FieldValue class using the specified field descriptor ID.
public FieldValue(FieldDescriptorID existingDescriptorID)
Parameters
existingDescriptorIDFieldDescriptorIDThe field descriptor ID.
FieldValue(FieldDescriptorID, IValueWrapper)
Initializes a new instance of the FieldValue class using the specified field descriptor ID and value.
public FieldValue(FieldDescriptorID existingDescriptorID, IValueWrapper value)
Parameters
existingDescriptorIDFieldDescriptorIDThe field descriptor ID.
valueIValueWrapperThe value.
FieldValue(FieldDescriptor)
Initializes a new instance of the FieldValue class using the specified field descriptor.
public FieldValue(FieldDescriptor existingDescriptor)
Parameters
existingDescriptorFieldDescriptorThe field descriptor.
Exceptions
- ArgumentNullException
existingDescriptoris null.
FieldValue(FieldDescriptor, IValueWrapper)
Initializes a new instance of the FieldValue class using the specified field descriptor.
public FieldValue(FieldDescriptor existingDescriptor, IValueWrapper value)
Parameters
existingDescriptorFieldDescriptorThe field descriptor.
valueIValueWrapperThe value.
Exceptions
- ArgumentNullException
existingDescriptoris null.