Show / Hide Table of Contents

Class RTPrescriptionTargetConstraints

Inheritance
System.Object
SerializableObject
RTPrescriptionTargetConstraints
Inherited Members
SerializableObject.IsLive
SerializableObject.GetSchema()
SerializableObject.ReadXml(Xml.XmlReader)
SerializableObject.WriteXml(Xml.XmlWriter)
SerializableObject.ClearSerializationHistory()
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
Type Description
IEnumerable<RTPrescriptionConstraint>

TargetId

Declaration
public string TargetId { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX