public void Add(ContentPropertyDefinition contentPropertyDefinition)
 {
     registeredContentProperties.Add(contentPropertyDefinition.OwnerType, contentPropertyDefinition.Name);
 }
예제 #2
0
 void IAdd <ContentPropertyDefinition> .Add(ContentPropertyDefinition item)
 {
     throw new NotImplementedException();
 }
 public void AddContentProperty(ContentPropertyDefinition item)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public void AddContentProperty(ContentPropertyDefinition item)
 {
     throw new NotImplementedException();
 }
 public WiringContextBuilder WithContentProperty(ContentPropertyDefinition contentPropertyDefinition)
 {
     contentPropertyProvider.Add(contentPropertyDefinition);
     return this;
 }
 public void Add(ContentPropertyDefinition item)
 {
     registeredContentProperties.Add(item.OwnerType, item);
 }
예제 #7
0
 public void AddContentProperty(ContentPropertyDefinition item)
 {
     ContentPropertyProvider.Add(item);
 }
예제 #8
0
 public void Add(ContentPropertyDefinition item)
 {
     registrations.Add(item.OwnerType, item);
 }
예제 #9
0
 public void AddContentProperty(ContentPropertyDefinition item)
 {
     ContentPropertyProvider.Add(item);
 }