Class Country
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Clarify.DataObjects
Assembly: fcSDK.dll
Syntax
public class Country : ClarifyDataObject, IDataObject
Properties
Code
Declaration
public int Code { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultState
Declaration
public StateProvince DefaultState { get; }
Property Value
Type | Description |
---|---|
StateProvince |
DefaultTimeZone
Declaration
public FCTimeZone DefaultTimeZone { get; }
Property Value
Type | Description |
---|---|
FCTimeZone |
IsDefault
Declaration
public bool IsDefault { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
States
Declaration
public StateCollection States { get; }
Property Value
Type | Description |
---|---|
StateCollection |
TimeZones
Declaration
public FCTimeZoneCollection TimeZones { get; }
Property Value
Type | Description |
---|---|
FCTimeZoneCollection |