[Gregor.Core.CNamedStringValue]

Gregor.Core.CNamedStringValue

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CNamedStringValue

: System.Object, Gregor.Core.INamedItem, System.IComparable, Gregor.Core.IXmlCompanion

Custom Attributes: 

Description: 


Members

CNamedStringValue

protected CNamedStringValue()

Custom Attributes: 

Description: 

CNamedStringValue

public CNamedStringValue(System.String sName, System.String sValue)

Custom Attributes: 

Description: 

m_Name

private System.String m_Name

Custom Attributes: 

Description: 

m_Value

private System.String m_Value

Custom Attributes: 

Description: 

Name

public System.String Name {get;} // Gregor.Core.INamedItem.Name

Custom Attributes: 

Description: 

Value

public System.String Value {get;set;}

Custom Attributes: Gregor.Core.Editor(EditorType=null, EditorTypeName="Gregor.AppCore.Settings.FLargeSimpleEditor")

Description: 

Equals

public override System.Boolean Equals(System.Object obj)

Custom Attributes: 

Description: 

GetHashCode

public override System.Int32 GetHashCode()

Custom Attributes: 

Description: 

Gregor.Core.IXmlCompanion.GetXmlData

private void Gregor.Core.IXmlCompanion.GetXmlData(Gregor.Core.IGetXmlArgs args) // Gregor.Core.IXmlCompanion.GetXmlData

Custom Attributes: 

Description: 

Gregor.Core.IXmlCompanion.SetXmlData

private void Gregor.Core.IXmlCompanion.SetXmlData(Gregor.Core.ISetXmlArgs args) // Gregor.Core.IXmlCompanion.SetXmlData

Custom Attributes: 

Description: 

System.IComparable.CompareTo

private System.Int32 System.IComparable.CompareTo(System.Object obj) // System.IComparable.CompareTo

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

Gregor.Core.EditorAttribute

System.Object

System.String

Gregor.Core.IGetXmlArgs

Gregor.Core.INamedItem

Gregor.Core.ISetXmlArgs

Gregor.Core.IXmlCompanion

System.IComparable

System.Boolean

System.Int32

System.Void