public ContentItem() { _behavior = new ClayBehaviorCollection(new[] { new ContentItemBehavior(this) }); _parts = new List<ContentPart>(); }
public ContentItem() { _behavior = new ClayBehaviorCollection(new[] { new ContentItemBehavior(this) }); _parts = new List <ContentPart>(); }
public ContentPart() { _behavior = new ClayBehaviorCollection(new[] { new ContentPartBehavior(this) }); _fields = new List<ContentField>(); }