Property
public class Property : ValueObjectBase
Inheritance
- class ValueObjectBase
Namespace
Constructors
Property (1 of 2)
public Property(string alias, string name, string value)
Property (2 of 2)
public Property(string alias, string name, string description, string value)
Properties
Alias
public string Alias { get; }
Description
public string Description { get; }
Name
public string Name { get; }
Value
public string Value { get; }
Methods
DeepClone
public override object DeepClone()