SenseNet.ContentRepository.Storage.Schema.PropertySet.PropertySet C# (CSharp) Метод

PropertySet() приватный Метод

private PropertySet ( int id, string name, ISchemaRoot schemaRoot ) : System
id int
name string
schemaRoot ISchemaRoot
Результат System
		internal PropertySet(int id, string name, ISchemaRoot schemaRoot) : base(schemaRoot, name, id)
		{
			_propertyTypes = new TypeCollection<PropertyType>(schemaRoot);
		}