CountryStates Property
The states or provinces associated with this Country
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumSubEntityCollectionAttribute(null, NetForumDataBindingMode.ReadWrite, null, CustomParentRelationship = "sta_cty_code={cty_code}",
DataBindingMode = NetForumDataBindingMode.ReadOnly)]
public IReadOnlyCollection<State> States { get; protected set; }
<NetForumSubEntityCollectionAttribute(Nothing, NetForumDataBindingMode.ReadWrite, Nothing, CustomParentRelationship := "sta_cty_code={cty_code}",
DataBindingMode := NetForumDataBindingMode.ReadOnly)>
Public Property States As IReadOnlyCollection(Of State)
Get
Protected Set
public:
[NetForumSubEntityCollectionAttribute(nullptr, NetForumDataBindingMode::ReadWrite, nullptr, CustomParentRelationship = L"sta_cty_code={cty_code}",
DataBindingMode = NetForumDataBindingMode::ReadOnly)]
property IReadOnlyCollection<State^>^ States {
IReadOnlyCollection<State^>^ get ();
protected: void set (IReadOnlyCollection<State^>^ value);
}
[<NetForumSubEntityCollectionAttribute(null, NetForumDataBindingMode.ReadWrite, null, CustomParentRelationship = "sta_cty_code={cty_code}",
DataBindingMode = NetForumDataBindingMode.ReadOnly)>]
member States : IReadOnlyCollection<State> with get, set
Property Value
IReadOnlyCollectionState
Due to baseline netFORUM limitations, this collection can never be preloaded.