C# Class erminas.SmartAPI.CMS.XmlReadWriteWrapper

Inheritance: IXmlReadWriteWrapper
Afficher le fichier Open project: erminas/smartapi Class Usage Examples

Méthodes publiques

Méthode Description
GetAttributeValue ( string attributeName ) : string
GetBoolAttributeValue ( string attributeName ) : bool?
GetGuid ( string attributeName ) : System.Guid
GetIntAttributeValue ( string attributeName ) : int?
IsAttributeSet ( ISessionObject session, string attributeName ) : bool
SetAttributeValue ( string attributeName, string value ) : void
TryGetGuid ( string attributeName, System.Guid &guid ) : bool
XmlReadWriteWrapper ( XmlElement readElement, string>.IDictionary basicOverrides ) : System

Method Details

GetAttributeValue() public méthode

public GetAttributeValue ( string attributeName ) : string
attributeName string
Résultat string

GetBoolAttributeValue() public méthode

public GetBoolAttributeValue ( string attributeName ) : bool?
attributeName string
Résultat bool?

GetGuid() public méthode

public GetGuid ( string attributeName ) : System.Guid
attributeName string
Résultat System.Guid

GetIntAttributeValue() public méthode

public GetIntAttributeValue ( string attributeName ) : int?
attributeName string
Résultat int?

IsAttributeSet() public méthode

public IsAttributeSet ( ISessionObject session, string attributeName ) : bool
session ISessionObject
attributeName string
Résultat bool

SetAttributeValue() public méthode

public SetAttributeValue ( string attributeName, string value ) : void
attributeName string
value string
Résultat void

TryGetGuid() public méthode

public TryGetGuid ( string attributeName, System.Guid &guid ) : bool
attributeName string
guid System.Guid
Résultat bool

XmlReadWriteWrapper() public méthode

public XmlReadWriteWrapper ( XmlElement readElement, string>.IDictionary basicOverrides ) : System
readElement System.Xml.XmlElement
basicOverrides string>.IDictionary
Résultat System