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

Inheritance: IPrincipal
Show file 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 property

protected string myName
return string

mySiteId protected property

protected string mySiteId
return string

myValue protected property

protected string myValue
return string