Error processing SSI file
LEADTOOLS Leadtools.Ccow.Server (Leadtools.Ccow.Server assembly)

Show in webframe

CCOWSubjectDependency Property (CCOWSubject)






Gets or sets the application subjects dependencies table.
Syntax
[AssociationAttribute(ThisKey="Id", 
   OtherKey="DependentSubjectId", 
   DeleteRule="NO ACTION", 
   Name="FK_DependentSubject", 
   Storage="_CCOWSubjectDependency")]
public EntitySet<CCOWSubjectDependency> CCOWSubjectDependency {get; set;}
'Declaration
 
<AssociationAttribute(ThisKey="Id", 
   OtherKey="DependentSubjectId", 
   DeleteRule="NO ACTION", 
   Name="FK_DependentSubject", 
   Storage="_CCOWSubjectDependency")>
Public Property CCOWSubjectDependency As EntitySet(Of CCOWSubjectDependency)
'Usage
 
Dim instance As CCOWSubject
Dim value As EntitySet(Of CCOWSubjectDependency)
 
instance.CCOWSubjectDependency = value
 
value = instance.CCOWSubjectDependency
[AssociationAttribute(ThisKey="Id", 
   OtherKey="DependentSubjectId", 
   DeleteRule="NO ACTION", 
   Name="FK_DependentSubject", 
   Storage="_CCOWSubjectDependency")]
public:
property EntitySet<CCOWSubjectDependency^>^ CCOWSubjectDependency {
   EntitySet<CCOWSubjectDependency^>^ get();
   void set (    EntitySet<CCOWSubjectDependency^>^ value);
}

Property Value

A collection of CCOW application subjects dependencies table.
Requirements

Target Platforms

See Also

Reference

CCOWSubject Class
CCOWSubject Members

Error processing SSI file
Leadtools.Ccow.Server requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features