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

Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Свойство Type Description
ClassName string
Id int
Name string
ParentId int

Méthodes publiques

Méthode Description
NodeTypeInfo ( int id, int parentId, string name, string className ) : System

Method Details

NodeTypeInfo() public méthode

public NodeTypeInfo ( int id, int parentId, string name, string className ) : System
id int
parentId int
name string
className string
Résultat System

Property Details

ClassName public_oe property

public string ClassName
Résultat string

Id public_oe property

public int Id
Résultat int

Name public_oe property

public string Name
Résultat string

ParentId public_oe property

public int ParentId
Résultat int