Omb.Domain Namespace > StrainMgr Class : AddStrain Method (StrainMgr) |
Add new strain, including the list of investigators associated with strain.
[Visual Basic]
Public Overridable Sub AddStrain( _
ByVal s As Strain, _
ByVal investigators As IDList, _
ByVal sc As SecurityContext _
)
[C#]
public virtual void AddStrain(
Strain s,
IDList investigators,
SecurityContext sc
);
[C++]
public: virtual void AddStrain(
Strain* s,
IDList* investigators,
SecurityContext* sc
)
[C++/CLI]
public:
virtual void AddStrain(
Strain^ s,
IDList^ investigators,
SecurityContext^ sc
)
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
StrainMgr Class | StrainMgr Members
© 2009 Medical College of Georgia. All Rights Reserved.