Selerix Developer Tools
Scope Property (ApplicationBusinessRule)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ApplicationBusinessRule Class : Scope Property
Scope of the rule. List of relationships.
Syntax
'Declaration
 
<XmlArrayAttribute("Relationships")>
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.RelationshipCC, ElementName="RelationshipCC")>
Public Property Scope As List(Of RelationshipCC)
'Usage
 
Dim instance As ApplicationBusinessRule
Dim value As List(Of RelationshipCC)
 
instance.Scope = value
 
value = instance.Scope
[XmlArray("Relationships")]
[XmlArrayItem(Type=Selerix.BusinessObjects.RelationshipCC, ElementName="RelationshipCC")]
public List<RelationshipCC> Scope {get; set;}
public read-write property Scope: List; 
XmlArrayAttribute("Relationships")
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.RelationshipCC, ElementName="RelationshipCC")
public function get,set Scope : List
[XmlArray("Relationships")]
[XmlArrayItem(Type=Selerix.BusinessObjects.RelationshipCC, ElementName="RelationshipCC")]
public: __property List<RelationshipCC*>* get_Scope();
public: __property void set_Scope( 
   List<RelationshipCC*>* value
);
[XmlArray("Relationships")]
[XmlArrayItem(Type=Selerix.BusinessObjects.RelationshipCC, ElementName="RelationshipCC")]
public:
property List<RelationshipCC^>^ Scope {
   List<RelationshipCC^>^ get();
   void set (    List<RelationshipCC^>^ value);
}
See Also

Reference

ApplicationBusinessRule Class
ApplicationBusinessRule Members