C# Class erminas.SmartAPI.CMS.XmlReadWriteWrapper

Inheritance: IXmlReadWriteWrapper
Exibir arquivo Open project: erminas/smartapi Class Usage Examples

Public Methods

Method 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 method

public GetAttributeValue ( string attributeName ) : string
attributeName string
return string

GetBoolAttributeValue() public method

public GetBoolAttributeValue ( string attributeName ) : bool?
attributeName string
return bool?

GetGuid() public method

public GetGuid ( string attributeName ) : System.Guid
attributeName string
return System.Guid

GetIntAttributeValue() public method

public GetIntAttributeValue ( string attributeName ) : int?
attributeName string
return int?

IsAttributeSet() public method

public IsAttributeSet ( ISessionObject session, string attributeName ) : bool
session ISessionObject
attributeName string
return bool

SetAttributeValue() public method

public SetAttributeValue ( string attributeName, string value ) : void
attributeName string
value string
return void

TryGetGuid() public method

public TryGetGuid ( string attributeName, System.Guid &guid ) : bool
attributeName string
guid System.Guid
return bool

XmlReadWriteWrapper() public method

public XmlReadWriteWrapper ( XmlElement readElement, string>.IDictionary basicOverrides ) : System
readElement System.Xml.XmlElement
basicOverrides string>.IDictionary
return System