Anmelden

.NET Framework Class Library
OrgFolder..::.OrgFolderParentId Property
OrgFolder Class SeeAlso Send Feedback

Übergeordnete Struktur

Namespace: Nsoft.Org.DataModel
Assembly: Nsoft.Org.DataModel (in Nsoft.Org.DataModel.dll)

Syntax

Visual Basic (Declaration)
<DalColumnAttribute(ForeignKey := GetType(OrgFolder))> _
Public Property OrgFolderParentId As Nullable(Of Integer)
C#
[DalColumnAttribute(ForeignKey = typeof(OrgFolder))]
public Nullable<int> OrgFolderParentId { get; set; }
Visual C++
[DalColumnAttribute(ForeignKey = typeof(OrgFolder))]
public:
property Nullable<int> OrgFolderParentId {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_orgFolderParentId();
function set_orgFolderParentId(value);

See Also

Overview of namespaces
   
Top

Wir arbeiten mit Software von http://www.campus21.de.

Verantwortlich für angezeigte Daten ist der Webdomain-Eigentümer laut Impressum.

Suche