C# Class SenseNet.ContentRepository.Storage.Schema.SchemaRoot.NodeTypeInfo

Mostrar archivo Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
ClassName string
Id int
Name string
ParentId int

Public Methods

Method Description
NodeTypeInfo ( int id, int parentId, string name, string className ) : System

Method Details

NodeTypeInfo() public method

public NodeTypeInfo ( int id, int parentId, string name, string className ) : System
id int
parentId int
name string
className string
return System

Property Details

ClassName public_oe property

public string ClassName
return string

Id public_oe property

public int Id
return int

Name public_oe property

public string Name
return string

ParentId public_oe property

public int ParentId
return int