示例#1
0
 public ExampleDto()
 {
     this.Id = GuidFactory.NewGuid();
 }
 protected UntenantedAuditedRecordStatedTimestampedGuidIdReferenceDataEntityBase()
 {
     Id = GuidFactory.NewGuid();
 }
 protected TenantFKAuditedRecordStatedTimestampedGuidIdEntityBase()
 {
     this.Id = GuidFactory.NewGuid();
 }
示例#4
0
 public static Guid Generate(this Guid guid)
 {
     return(GuidFactory.NewGuid());
 }
 // Note than although this model is not persisted in
 // a datastore, an Id is still required, as it is expressed
 // via OData.
 public ConfigurationStepRecord()
 {
     this.Id = GuidFactory.NewGuid();
 }
 // Note than although this model is not persisted in
 // a datastore, an Id is still required, as it is expressed
 // via OData.
 public ConfigurationTestStepSummary()
 {
     this.Id = GuidFactory.NewGuid();
 }
 public SecurityProfileRoleDto()
 {
     this.Id = GuidFactory.NewGuid();
 }
 protected TenantedRecordStateGuidIdDtoBase()
 {
     this.Id = GuidFactory.NewGuid();
 }
示例#9
0
 public IdentityProvider()
 {
     GuidFactory.NewGuid();
 }
示例#10
0
 public SecurityProfilePermissionDto()
 {
     this.Id = GuidFactory.NewGuid();
 }
示例#11
0
 public SecurityProfileDto()
 {
     GuidFactory.NewGuid();
 }