internal static GetterDelegate LiveIdInstanceTypeGetterDelegate() { return(delegate(IPropertyBag bag) { if (!AcceptedDomainSchema.IsDomainAssociatedWithLiveNamespace(bag)) { return null; } return AcceptedDomainSchema.GetRawLiveIdInstanceType(bag); }); }
internal static GetterDelegate RawLiveIdInstanceTypeGetterDelegate() { return((IPropertyBag bag) => AcceptedDomainSchema.GetRawLiveIdInstanceType(bag)); }