PropertyValue
public sealed class PropertyValue : ValueObjectBase
Inheritance
- class ValueObjectBase
Namespace
Constructors
PropertyValue
public PropertyValue(string value, bool isServerSideOnly = false, bool isReadOnly = false)
Properties
IsReadOnly
public bool IsReadOnly { get; }
IsServerSideOnly
public bool IsServerSideOnly { get; }
Value
public string Value { get; }
Methods
DeepClone
public override object DeepClone()
ToString
public override string ToString()
Operators
PropertyValue Implicit
public static implicit operator string(PropertyValue propertyValue)