Class AllPartProperty
public class AllPartProperty : IAllPartProperty
- Inheritance
-
AllPartProperty
- Implements
- Inherited Members
Constructors
AllPartProperty(string, string)
public AllPartProperty(string name, string absolutePropertyCode)
Parameters
Properties
AbsolutePropertyCode
public string AbsolutePropertyCode { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Values
public List<string> Values { get; set; }