Class Range
Class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="minval" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="maxval" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Inheritance
System.Object
Range
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FixAntenna.Fix.Validation.Beans
Assembly: FixAntenna.XmlBeans.dll
Syntax
[Serializable]
public class Range : IFindable, IComparable
Fields
Maxval
Declaration
public double Maxval
Field Value
Type | Description |
---|---|
System.Double |
Minval
Declaration
public double Minval
Field Value
Type | Description |
---|---|
System.Double |
Type
Declaration
public string Type
Field Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value
Field Value
Type | Description |
---|---|
System.String |
Methods
CompareTo(Object)
Declaration
public virtual int CompareTo(object o)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o |
Returns
Type | Description |
---|---|
System.Int32 |
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
GetMaxval()
Gets the value of the maxval property.
Declaration
public virtual double GetMaxval()
Returns
Type | Description |
---|---|
System.Double | possible object is System.Double |
GetMinval()
Gets the value of the minval property.
Declaration
public virtual double GetMinval()
Returns
Type | Description |
---|---|
System.Double | possible object is System.Double |
GetTypeValue()
Gets the value of the type property.
Declaration
public virtual string GetTypeValue()
Returns
Type | Description |
---|---|
System.String | possible object is System.String |
GetValue()
Gets the value of the value property.
Declaration
public virtual string GetValue()
Returns
Type | Description |
---|---|
System.String | possible object is System.String |
SetMaxval(Double)
Sets the value of the maxval property.
Declaration
public virtual void SetMaxval(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | allowed object is System.Double |
SetMinval(Double)
Sets the value of the minval property.
Declaration
public virtual void SetMinval(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | allowed object is System.Double |
SetType(String)
Sets the value of the type property.
Declaration
public virtual void SetType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | allowed object is System.String |
SetValue(String)
Sets the value of the value property.
Declaration
public virtual void SetValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | allowed object is System.String |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Implements
System.IComparable