C# Class gov.va.medora.mdws.bse.VistaPrincipal

Inheritance: IPrincipal
ファイルを表示 Open project: OSEHRA/mdws

Protected Properties

Property Type Description
myName string
mySiteId string
myValue string

Public Methods

Method Description
IsVistaPrincipal ( IPrincipal principal ) : bool
VistaPrincipal ( string siteId, string value ) : System

Method Details

IsVistaPrincipal() public static method

public static IsVistaPrincipal ( IPrincipal principal ) : bool
principal IPrincipal
return bool

VistaPrincipal() public method

public VistaPrincipal ( string siteId, string value ) : System
siteId string
value string
return System

Property Details

myName protected_oe property

protected string myName
return string

mySiteId protected_oe property

protected string mySiteId
return string

myValue protected_oe property

protected string myValue
return string