Class RTPrescriptionTargetConstraints
Inheritance
System.Object
RTPrescriptionTargetConstraints
Namespace:ESAPIX.Facade.API
Assembly:cs.temp.dll.dll
Syntax
public class RTPrescriptionTargetConstraints : SerializableObject, Xml.Serialization.IXmlSerializable
Constructors
RTPrescriptionTargetConstraints()
Declaration
public RTPrescriptionTargetConstraints()
RTPrescriptionTargetConstraints(Object)
Declaration
public RTPrescriptionTargetConstraints(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
Properties
Constraints
Declaration
public IEnumerable<RTPrescriptionConstraint> Constraints { get; set; }
Property Value
TargetId
Declaration
public string TargetId { get; set; }
Property Value
Type |
Description |
System.String |
|