SenseNet.ContentRepository.Storage.Schema.PropertySet.PropertySet C# (CSharp) Method

PropertySet() private method

private PropertySet ( int id, string name, ISchemaRoot schemaRoot ) : System
id int
name string
schemaRoot ISchemaRoot
return System
		internal PropertySet(int id, string name, ISchemaRoot schemaRoot) : base(schemaRoot, name, id)
		{
			_propertyTypes = new TypeCollection<PropertyType>(schemaRoot);
		}