 | CountryStates Property |
The states or provinces associated with this Country
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[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 Setpublic:
[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, setProperty Value
IReadOnlyCollectionState
Remarks
Due to baseline netFORUM limitations, this collection can never be preloaded.
See Also