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

Show file 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 property

public string ClassName
return string

Id public property

public int Id
return int

Name public property

public string Name
return string

ParentId public property

public int ParentId
return int